projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
377dbd9
)
(c-style-alist): "python" style requires c-comment-continuation-stars be "".
author
Richard M. Stallman
<rms@gnu.org>
Sat, 16 Aug 1997 03:37:28 +0000
(
03:37
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 16 Aug 1997 03:37:28 +0000
(
03:37
+0000)
lisp/progmodes/cc-styles.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-styles.el
b/lisp/progmodes/cc-styles.el
index daaf762d77c4a81ded868e9d65cc9f4bb131b041..978083c30b21a02872effc946cb76804f73ca88d 100644
(file)
--- a/
lisp/progmodes/cc-styles.el
+++ b/
lisp/progmodes/cc-styles.el
@@
-7,7
+7,7
@@
;; 1985 Richard M. Stallman
;; Maintainer: cc-mode-help@python.org
;; Created: 22-Apr-1997 (split from cc-mode.el)
-;; Version: 5.1
5
+;; Version: 5.1
6
;; Keywords: c languages oop
;; This file is part of GNU Emacs.
@@
-126,6
+126,7
@@
(substatement-open after)
(block-close . c-snug-do-while)
))
+ (c-comment-continuation-stars "")
)
("java"
(c-basic-offset . 2)